projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd5e36f
)
(fortune-from-region): Use `eq' instead of `eql'.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 23 Apr 2001 12:30:39 +0000
(12:30 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 23 Apr 2001 12:30:39 +0000
(12:30 +0000)
lisp/play/fortune.el
patch
|
blob
|
history
diff --git
a/lisp/play/fortune.el
b/lisp/play/fortune.el
index 0ae1a841f430fec57e7d8798d308f2cb42984b15..3ab616b9b314a2176943f8d6b7c93e182f44b19b 100644
(file)
--- a/
lisp/play/fortune.el
+++ b/
lisp/play/fortune.el
@@
-201,9
+201,9
@@
read the file name to use. Otherwise use the value of `fortune-file'."
(point-max) t))
(if help-point
(setq newsgroup (buffer-substring (match-beginning 1) help-point))
- (setq newsgroup (if (or (eq
l
major-mode 'gnus-article-mode)
- (eq
l
major-mode 'vm-mode)
- (eq
l
major-mode 'rmail-mode))
+ (setq newsgroup (if (or (eq major-mode 'gnus-article-mode)
+ (eq major-mode 'vm-mode)
+ (eq major-mode 'rmail-mode))
fortune-from-mail
"unknown"))))